object DlgConvert: TDlgConvert Left = 237 Top = 164 HelpContext = 7 ActiveControl = LongName BorderIcons = [] BorderStyle = bsDialog Caption = 'Translation data' ClientHeight = 111 ClientWidth = 416 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 401 Height = 59 Shape = bsFrame IsControl = True end object Label1: TLabel Left = 16 Top = 20 Width = 53 Height = 13 Caption = '&Long name' FocusControl = LongName end object Label2: TLabel Left = 16 Top = 44 Width = 54 Height = 13 Caption = '&Short name' FocusControl = ShortName end object OKBtn: TBitBtn Left = 86 Top = 76 Width = 77 Height = 27 Caption = '&OK' TabOrder = 3 Kind = bkOK Margin = 2 Style = bsNew Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 170 Top = 76 Width = 77 Height = 27 Caption = '&Cancel' TabOrder = 4 Kind = bkCancel Margin = 2 Style = bsNew Spacing = -1 IsControl = True end object Tested: TCheckBox Left = 248 Top = 42 Width = 65 Height = 17 Caption = '&Tested' TabOrder = 2 end object LongName: TEdit Left = 76 Top = 16 Width = 325 Height = 20 TabOrder = 0 OnDblClick = LongNameDblClick end object ShortName: TEdit Left = 76 Top = 40 Width = 161 Height = 20 TabOrder = 1 end object BitBtn1: TBitBtn Left = 254 Top = 76 Width = 77 Height = 27 TabOrder = 5 OnClick = BitBtn1Click Kind = bkHelp Style = bsNew end end